|
|
|
|
HoverFill2 Property, SftTree Class |
Defines the ending color of the vertical gradient fill used for the flyby highlighting outline of an item that is not selected.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property HoverFill2 As Color |
C# |
public Color HoverFill2 { get; set; } |
C++ |
public: property Color HoverFill2 { |
Property Value
The ending (bottom) color.
The default value is Color.White.
Comments
The HoverFill2 property defines the ending color of the vertical gradient fill used for the flyby highlighting outline of an item that is not selected.
This property applies if selected items or cells use a selection outline (SelectionOutlineStyle == SelectionOutlineStyleEnum.UsingOutline).
The properties HoverOutlineBorder, HoverInnerBorder, HoverFill1 and HoverFill2 are used to render a flyby highlighting outline.